home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
checkbox
/
registries
/
pci.pyc
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2009-10-12
|
590 b
|
12 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 2.6)
from checkbox.properties import String
from checkbox.registries.command import CommandRegistry
class PciRegistry(CommandRegistry):
'''Registry for pci information.'''
command = String(default = 'lspci -vvnn')
factory = PciRegistry